home *** CD-ROM | disk | FTP | other *** search
- on doPrefThingy
- if FileExists(the moviePath & "Prefs\prefs.txt") = 0 then
- getPrefThingy()
- else
- SetPref("Prefs.txt", field "cdDrive" & "," & field "browserSelect" & "," & the moviePath & ",")
- end if
- end
-
- on getPrefThingy
- set thePrefs to getPref("Prefs.txt")
- put thePrefs into field "The Preferences"
- put item 1 of field "The Preferences" into field "cdDrive"
- put item 2 of field "The Preferences" into field "browserSelect"
- put item 3 of field "The preferences" into field "pathToProj"
- put item 4 of field "The preferences" into field "emailSelect"
- end
-